Logo
Ratio Public API Documentation

Adds an unverified crypto wallet to a user

POST {{baseUrl}}/v1/auth/cryptoWallet:addToUser

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string
Content-Type
string
ratio-client-id
string (Required) Your Ratio Client Identifier
ratio-client-secret
string (Required) Your Ratio Client Secret




RESPONSES

status OK





Curl
curl -X POST '/v1/auth/cryptoWallet:addToUser' -H 'Accept: application/json' -H 'Content-Type: application/json' -H 'ratio-client-id: ' -H 'ratio-client-secret: ' -d '{"walletAddress":"","walletNetwork":""}'

ENDPOINTS