Currencies

get
Authorizations
Query parameters
typestringRequired
Header parameters
AuthorizationstringRequired
Responses
200
Ok
application/json
get
GET //onramper/currencies HTTP/1.1
Host: beta.usemoon.ai
Authorization: text
Accept: */*
200

Ok

{
  "message": {
    "fiat": [
      {
        "icon": "text",
        "symbol": "text",
        "name": "text",
        "code": "text",
        "id": "text"
      }
    ],
    "crypto": [
      {
        "networkDisplayName": "text",
        "icon": "text",
        "chainId": 1,
        "address": "text",
        "decimals": 1,
        "network": "text",
        "symbol": "text",
        "name": "text",
        "code": "text",
        "id": "text"
      }
    ]
  }
}