Create a new Monerium integration
Creates a new Monerium integration for the authenticated user and associates it with the authenticated user’s EOA address. All operations on Monerium are done through their API, this endpoint is just a way to reuse the GP KYC to open an account on Monerium.
- If the user does not have a Monerium account, this endpoint will create a new one and associate it with the authenticated user’s EOA address.
- If the user already has a Monerium account, you do not need to call this endpoint again.
Just use the Monerium API directly to request access to the user’s monerium account. Check their documentation for more information: https://monerium.dev/api-docs/v2
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Signature of the message "I hereby declare that I am the address owner." This signature is created by signing the message with the user's wallet. The exact message can be retrieved from the /api/v1/ibans/signing-message endpoint. The signature is used to verify ownership of the address on Monerium. Format: Ethereum signature string (e.g., "0x1234...").
Response
Successfully created a new Monerium integration