Coins
Request available coins to pay the amount via the link
Body
amountnumberRequired
idintegerRequired
Responses
200
OK
application/json
400
Bad Request
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
default
application/json
post
POST //api/pay/pay-link/coins HTTP/1.1
Host: api.client.nbcgate.tech
Content-Type: application/json
Accept: */*
Content-Length: 19
{
"amount": 1,
"id": 1
}
[
{
"abi": {},
"available": true,
"chain_id": 1,
"chain_id_interior": 1,
"code": "text",
"coin_code": "text",
"conservation_percent": 1,
"contract_address": "text",
"id": 1,
"min_amount": 1,
"name": "text",
"rpc_url": "text"
}
]