Returns the details for all of the publisher's configured tokens.
The token details response.
Unauthorized access.
Service unavailable or server error.
{- "tokens": [
- {
- "currency": "TOK",
 - "name": "Fancy Bux",
 - "usd_to_token": 100,
 - "token_to_usd": 0.01,
 - "enabled": true,
 - "symbol": "▼",
 - "display_format": "name",
 - "minor_unit": 2,
 - "display_minor_unit": 2
 
} 
] 
}