Specification
Base URL
Authentication
All API requests must include an API key in the header:
Endpoints
Social Wallets
Get Wallet by Social ID
Retrieves the public address for a given social media identity.
Parameters:
platform
(string): Social platform identifier (e.g., "x", "tiktok")User ID
(string): User ID on the specified platformappId
(string): App ID of the app to retrieve addresses for. Defaults to 'rolodex'', a global address book for everyone.
Response:
Check Wallet Status
Checks if a given address is a valid .vi social bound address. If it is, returns that user's social media information.
Parameters:
address
(string): A Solana or EVM public address
Response:
Webhooks
Register Webhook
Error Responses
All error responses follow this format:
Error codes:
400
: Bad Request401
: Unauthorized404
: Resource Not Found429
: Rate Limit Exceeded500
: Internal Server Error
Last updated