Skip to main content
GET
/
rate_quote
Get Rate Quote
curl --request GET \
  --url https://api.linkio.world/transactions/v2/rate_quote \
  --header 'ngnc-sec-key: <api-key>'

Authorizations

ngnc-sec-key
string
header
default:""
required

Query Parameters

currency
string
required

Fiat currency used to onramp or receive offramp.

trx_type
enum<string>
required

Transaction type: "onramp" for "Fiat"→USDC, "offramp" for USDC→"Fiat".

Available options:
onramp,
offramp
amount
string
required

Amount Business wants to Onramp(Fiat) OR offramp(Stables).

Response

200 - undefined