cURL
curl --request POST \ --url https://mag3nt.com/api/auth/cdp-session \ --header 'Content-Type: application/json' \ --data ' { "cdp_token": "eyJhbGciOiJFUzI1NiIs...", "wallet_address": "0x1234567890abcdef1234567890abcdef12345678" } '
{ "token": "<string>", "expires_at": "2023-11-07T05:31:56Z", "wallet_address": "<string>", "chain": "eip155" }
Documentation IndexFetch the complete documentation index at: https://docs.mag3nt.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.mag3nt.com/llms.txt
Use this file to discover all available pages before exploring further.
CDP access token from Coinbase wallet
"eyJhbGciOiJFUzI1NiIs..."
"0x1234567890abcdef1234567890abcdef12345678"
Session created
"eip155"