Exchange Privy token for linked Musebook key

​

Body

required
application/json

Privy token

Responses

  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
Request Example for post/api/privy/login
curl https://api.musebook.trade/api/privy/login \
  --request POST \
  --header 'Content-Type: application/json' \
  --data '{
  "token": "",
  "id_token": "",
  "access_token": "",
  "additionalProperty": "anything"
}'
{
  "ok": true,
  "additionalProperty": "anything"
}