cURL
curl --request POST \ --url https://mag3nt.com/api/mpp/stream/open \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "card_id": "<string>", "card_token": "<string>", "budget": 123, "tick_amount": 123, "receiver_card_id": "<string>" } '
{ "id": "<string>", "card_id": "<string>", "budget": 123, "tick_amount": 123, "total_ticked": 123, "status": "<string>", "receiver_card_id": "<string>" }
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.
Session token from POST /api/auth/verify
Total budget for the stream in USDC
Amount per tick
Stream opened