๐Ÿ’ธJOIN Vaults

A typical JOIN vault architecture is made of an ERC7540 and ERC4363. Depending on the customization, specials vaults can be deployed.

Supported Chains

This page lists all chains supported by JOIN Vaults API.

Chain
Chain ID
Status

Ethereum

1

Supported

Base

8453

Supported

Arbitrum

42161

Supported

Zksync

324

Supported

Solana

1151111081099710

Coming soon

๐Ÿ”‘ API Keys

JOIN API authenticates your API requests using your accountโ€™s API key. Include your API key in the header of every request:x-join-key: <your_api_key>

circle-exclamation

Your API key carries many privileges, so be sure to keep it secure! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.


๐ŸŒ Sandbox and Production Modes

All JOIN APIs are available in both Sandbox and Production environments. Use Sandbox for development and testing, then switch to Production when youโ€™re ready to go live.

Sandbox

https://api.uat.private.getjoin.io

Use your sandbox API key. Integrate as you would in Production โ€” the flow is identical. But actions are limited

Production

https://api.prd.private.getjoin.io

Use your production API key.


Last updated