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 ⬇️
Authorizations
OAuth2implicitRequired
Authorization URL:
Body
messagestringRequiredExample:
The message to be signed.Responses
200
Successfully retrieved signature
application/json
400
Bad Request
application/json
post
/user/wallet/sign-messageREMOVED WITH NO ALTERNATIVE AVAILABLE
Authorizations
OAuth2implicitRequired
Authorization URL:
Path parameters
transactionIdstring · uuidRequired
Id of the transaction
Responses
200
Successfully retrieved User wallet transaction details
application/json
400
Bad Request
application/json
get
/user/wallet/{transactionId}⬇️ ALTERNATIVE: Retrieve a User's Transaction ⬇️
DEPRECATED - Endpoint to get the transaction history of a user wallet
get
/user/wallet/transaction-history/fan-token
Authorizations
OAuth2implicitRequired
Authorization URL:
Query parameters
pageinteger · integerOptional
limitinteger · integerOptional
Responses
200
Successfully retrieved User wallet transaction history
application/json
400
Bad Request
application/json
get
/user/wallet/transaction-history/fan-tokenDEPRECATED - Endpoint to transfer a token from your wallet to your user's wallet
post
/admin/wallet/transfer/fan-token
Authorizations
OAuth2implicitRequired
Authorization URL:
Body
Payload to transfer fantoken
amountstringRequiredExample:
Amount to transfer
23.00currencyIdstring · uuidRequiredExample:
CurrencyId to transfer
f9d5eaae-230d-4bec-9d8e-51732ad6b664fromWalletIdstring · uuidRequiredExample:
b1168a48-22c3-4e26-ac0c-0150e89d050dtoWalletIdstring · uuidRequiredExample:
6a56ffda-62a6-4205-8c01-7fff01a500b7uniqueIdstringRequiredExample:
Generate a unique ID for each transaction
3a56ffda-62a6-4205-8c01-7fff01a500b7Responses
200
Success
No content
400
Bad Request
application/json
post
/admin/wallet/transfer/fan-tokenNo content
⬇️ ALTERNATIVE: Send ERC-20 Tokens to a User Wallet ⬇️
Last updated