Wallets

Get user wallets

post
Authorizations
AuthorizationstringRequired

Privy access token

Body
objectOptional

See Edge Function source for exact request shape (e.g. interface XxxRequest in index.ts)

Responses
chevron-right
200

Success

application/json
objectOptional
post
/get-wallets

Add wallet

post
Authorizations
AuthorizationstringRequired

Privy access token

Body
objectOptional

See Edge Function source for exact request shape (e.g. interface XxxRequest in index.ts)

Responses
chevron-right
200

Success

application/json
objectOptional
post
/add-wallet

Remove wallet

post
Authorizations
AuthorizationstringRequired

Privy access token

Body
objectOptional

See Edge Function source for exact request shape (e.g. interface XxxRequest in index.ts)

Responses
chevron-right
200

Success

application/json
objectOptional
post
/remove-wallet

Manage wallet tokens

post
Authorizations
AuthorizationstringRequired

Privy access token

Body
objectOptional

See Edge Function source for exact request shape (e.g. interface XxxRequest in index.ts)

Responses
chevron-right
200

Success

application/json
objectOptional
post
/manage-wallet-tokens

Get wallet assets (v2)

post
Authorizations
AuthorizationstringRequired

Privy access token

Body
objectOptional

See Edge Function source for exact request shape (e.g. interface XxxRequest in index.ts)

Responses
chevron-right
200

Success

application/json
objectOptional
post
/get-wallet-assets-v2

Get wallet assets (batch)

post
Authorizations
AuthorizationstringRequired

Privy access token

Body
objectOptional

See Edge Function source for exact request shape (e.g. interface XxxRequest in index.ts)

Responses
chevron-right
200

Success

application/json
objectOptional
post
/get-wallet-assets-batch

Get wallet stats

post
Authorizations
AuthorizationstringRequired

Privy access token

Body
objectOptional

See Edge Function source for exact request shape (e.g. interface XxxRequest in index.ts)

Responses
chevron-right
200

Success

application/json
objectOptional
post
/get-wallet-stats

Get wallet transactions

post
Authorizations
AuthorizationstringRequired

Privy access token

Body
objectOptional

See Edge Function source for exact request shape (e.g. interface XxxRequest in index.ts)

Responses
chevron-right
200

Success

application/json
objectOptional
post
/get-wallet-transactions

Get token price (public)

post
Body
objectOptional

See Edge Function source for exact request shape (e.g. interface XxxRequest in index.ts)

Responses
chevron-right
200

Success

application/json
objectOptional
post
/get-token-price

Get token price history

post
Authorizations
AuthorizationstringRequired

Privy access token

Body
objectOptional

See Edge Function source for exact request shape (e.g. interface XxxRequest in index.ts)

Responses
chevron-right
200

Success

application/json
objectOptional
post
/get-token-history

Get swap quote

post
Authorizations
AuthorizationstringRequired

Privy access token

Body
objectOptional

See Edge Function source for exact request shape (e.g. interface XxxRequest in index.ts)

Responses
chevron-right
200

Success

application/json
objectOptional
post
/get-swap-quote

Get 1inch quote

post
Authorizations
AuthorizationstringRequired

Privy access token

Body
objectOptional

See Edge Function source for exact request shape (e.g. interface XxxRequest in index.ts)

Responses
chevron-right
200

Success

application/json
objectOptional
post
/get-1inch-quote

Get LiFi quote

post
Authorizations
AuthorizationstringRequired

Privy access token

Body
objectOptional

See Edge Function source for exact request shape (e.g. interface XxxRequest in index.ts)

Responses
chevron-right
200

Success

application/json
objectOptional
post
/get-lifi-quote

Whitelist wallet

post
Authorizations
AuthorizationstringRequired

Privy access token

Body
objectOptional

See Edge Function source for exact request shape (e.g. interface XxxRequest in index.ts)

Responses
chevron-right
200

Success

application/json
objectOptional
post
/whitelist-wallet

Last updated