Skip to main content
GET
/
api
/
v2
/
assets
List supported assets
curl --request GET \
  --url https://api.pawpayments.com/api/v2/assets \
  --header 'x-api-key: <api-key>'
{
  "ok": true,
  "result": [
    {
      "asset": "usdt_tron",
      "chain": "tron",
      "enabled": true,
      "min_amount": 3,
      "network_family": "tron",
      "symbol": "USDT",
      "type": "token"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.pawpayments.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Response

OK

ok
boolean
required
result
Asset · object[]
required