Wallet API endpoints
The latest documentation for endpoints is always on the DevPortal: https://partner.socios.com/devportal/apis/1464738d-213b-4073-8599-46b63390a6ea/test
⬇️ ALTERNATIVE: Retrieve User Token Balance ⬇️
REMOVED WITH NO ALTERNATIVE AVAILABLE
⬇️ ALTERNATIVE: Retrieve a User's Transaction ⬇️
Authorizations
Body
Payload to transfer fantoken
amountstringRequiredExample:
Amount to transfer
23.00
currencyIdstring · uuidRequiredExample:
CurrencyId to transfer
f9d5eaae-230d-4bec-9d8e-51732ad6b664
fromWalletIdstring · uuidRequiredExample:
b1168a48-22c3-4e26-ac0c-0150e89d050d
toWalletIdstring · uuidRequiredExample:
6a56ffda-62a6-4205-8c01-7fff01a500b7
uniqueIdstringRequiredExample:
Generate a unique ID for each transaction
3a56ffda-62a6-4205-8c01-7fff01a500b7
Responses
200
Success
400
Bad Request
application/json
post
No content
⬇️ ALTERNATIVE: Send ERC-20 Tokens to a User Wallet ⬇️
Last updated