Coin API Documentation
This document describes the API endpoints for managing coin-related data (deposits, withdrawals, and prices).
Endpoints
1. GET /coin/deposits
/coin/deposits[
{
"steamid": "76561198012345678",
"txhash": "0x123abc...",
"asset": "ETH",
"amount": "0.1",
"usdAmount": 350.50,
"sweepstakeAmount": 350.50,
"source": "coinbase",
"date": "2023-10-27T10:00:00.000Z"
},
...
]Field
Type
Description
Status Code
Description
2. GET /coin/withdraws
/coin/withdrawsField
Type
Description
Status Code
Description
3. GET /coin/prices
/coin/pricesStatus Code
Description
Last updated