Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.monigo.co/v1/wallets \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "currency": "<string>", "customer_id": "<string>" } '
{}
Retrieves an existing wallet for the customer/currency pair or creates one
API key with Bearer prefix (for programmatic/server-to-server access), format: Bearer {api_key}
Wallet details
OK
The response is of type object.
object