Coins

Request available coins to pay the amount via the link

post

Request available coins to pay the amount via the link

Body
amountnumberRequired
idintegerRequired
Responses
200
OK
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"
  }
]