cURL
curl --request POST \ --url https://dev.bringin.xyz/api/v0/account/transactions \ --header 'Content-Type: application/json' \ --header 'api-key: <api-key>' \ --data ' { "startDate": 123, "endDate": 123, "limit": "<string>", "offset": "<string>" } '
{ "transactions": [ { "orderId": "3521154c-30b4-480c-834d-38f80d507963", "type": "OFFRAMP_WITHOUT_FIAT_WITHDRAWAL", "subType": "ONCHAIN", "sourceAmount": "100000", "sourceCurrency": "USDC", "destinationAmount": "3816", "destinationCurrency": "EUR", "status": "SUCCESSFUL", "createdAt": "2024-01-18T14:02:59.709Z" } ], "number": 1, "totalCount": 4 }
Documentation IndexFetch the complete documentation index at: https://docs.bringin.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.bringin.app/llms.txt
Use this file to discover all available pages before exploring further.