Skip to main content
GET
/
assets
Get assets
curl --request GET \
  --url https://processor-prod.up.railway.app/assets \
  --header 'x-service-key: <api-key>'
{
  "success": true,
  "status": 200,
  "message": "Assets fetched successfully",
  "timestamp": "2025-09-09T17:28:20.783Z",
  "data": [
    {
      "id": "ethereum:usdc",
      "name": "USD Coin",
      "code": "USDC",
      "address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
      "blockchain": "Ethereum"
    }
  ]
}

Authorizations

x-service-key
string
header
required

Response

200 - application/json

Assets fetched successfully

success
boolean
Example:

true

status
integer
Example:

200

message
string
Example:

"Assets fetched successfully"

timestamp
string<date-time>
Example:

"2025-09-09T17:28:20.783Z"

data
object[]
I