cURL
curl --request GET \ --url https://api-partner.houdiniswap.com/v2/me \ --header 'Authorization: <api-key>'
{ "id": "<string>", "email": "<string>", "created": "2023-11-07T05:31:56Z", "name": "<string>", "nickname": "<string>", "tier": "<string>", "commissionRate": 123, "privateCommissionRate": 123, "standardCommissionRate": 123, "dexCommissionRate": 123, "markup": 123, "walletAddress": "<string>" }
Documentation IndexFetch the complete documentation index at: https://docs.houdiniswap.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.houdiniswap.com/llms.txt
Use this file to discover all available pages before exploring further.
Success