GET /api/quote
Query Param | Description | Example |
| The token contract address or symbol of the token that you want to sell. Token symbols such as |
|
| The token contract address or symbol of the token that you want to buy. Token symbols such as |
|
| The blockchain network. Acceptable values are |
|
| | |
Result is returned in the result
field, and if there's any error message, it will be returned in the error
field. result
contents are defined as follows:
Field | Description |
| The selected blockchain network. |
| Token metadata for the selected sell token. Example: |
| Token metadata for the selected buy token. Example: " |
| The current price. The amount of |
https://api.nusa.finance/api/quote?sellToken=BTCB&buyToken=0xe9e7cea3dedca5984780bafc599bd69add087d56
"name": "Binance-Peg BTCB Token",
"address": "0x7130d2a12b9bcbfae4f2634d864a1ee1ce3ead9c"
"name": "Binance-Peg BUSD Token",
"address": "0xe9e7cea3dedca5984780bafc599bd69add087d56"
"price": "22868.882110165316"