Returns current Relayer Account of the active user

GET /relayer-accounts/current

Returns current Relayer Account of the active user

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Response

{
  description: Successful operation.
          content:
            application/json:
              schema:
                type: object
}

Last updated