Mach API Endpoints
Get Token Info
Fetches token information for a specific token on a blockchain
GET
This endpoint retrieves detailed information about a specific token on a particular blockchain, including its symbol, address, decimals, and other metadata.
Query Parameters
Blockchain chain identifier (e.g., “ethereum”, “avalanche”)
Ethereum token contract address
Response
Blockchain chain identifier
Token symbol (e.g., “USDC”)
Token contract address
Token decimal places
Estimated USD value of 1 token unit (can be null)
Whether the token is a wrapped token
Centralized exchange ticker mappings
Token name
Status Codes
| Status Code | Description |
|---|---|
| 200 | Success - Token information returned successfully |
| 422 | Validation Error - Invalid parameters |
| 500 | Internal Server Error - Something went wrong on the server |