POST
/
v1
/
market
/
crypto
/
purchase
curl --request POST \
  --url https://api.superlink.me/v1/market/crypto/purchase \
  --header 'Content-Type: application/json' \
  --data '{
  "currency": "ETH",
  "domain": "firstname.lastname",
  "ownerAddress": "0x1234567890abcdef1234567890abcdef12345678",
  "ownerEmail": "nora@gmail.com",
  "ownerName": "Nora",
  "partnerId": "248b8553-effa-4d99-a906-041a54f7df87",
  "walletAddrs": [
    {
      "addr": "0x1234567890abcdef1234567890abcdef12345678",
      "coinId": 60
    }
  ],
  "years": 1
}'
{
  "address": "0xA5D70E12348Fef6A123EBD1231b123c51235E321",
  "amount": 0.001,
  "expiryDateEpoch": 1697009575596,
  "orderId": "92456d2b-c315-4b2b-b234-c674490b7324",
  "paymentId": "fa13ba20-da1d-426f-a0e4-f7629caae626",
  "protocol": "ETH",
  "uri": "ethereum:0x4c0f4c2ad289be425e034e9475fa243b5f6ccab4?value=1.349965E+16"
}

Body

application/json
crypto purchase request
currency
string
Example:

"ETH"

domain
string
Example:

"firstname.lastname"

ownerAddress
string
Example:

"0x1234567890abcdef1234567890abcdef12345678"

ownerEmail
string
Example:

"nora@gmail.com"

ownerName
string
Example:

"Nora"

partnerId
string
Example:

"248b8553-effa-4d99-a906-041a54f7df87"

walletAddrs
object[]
years
integer
Example:

1

Response

200
application/json
OK
address
string
Example:

"0xA5D70E12348Fef6A123EBD1231b123c51235E321"

amount
number

PaymentDetails CryptoPaymentDetails json:"paymentDetails"

Example:

0.001

expiryDateEpoch
integer
Example:

1697009575596

orderId
string
Example:

"92456d2b-c315-4b2b-b234-c674490b7324"

paymentId
string
Example:

"fa13ba20-da1d-426f-a0e4-f7629caae626"

protocol
string
Example:

"ETH"

uri
string
Example:

"ethereum:0x4c0f4c2ad289be425e034e9475fa243b5f6ccab4?value=1.349965E+16"