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
}{
description: Unauthorized.
}{
description: Forbidden.
}{
description: Internal server error.
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorDTO'
}PreviousReturns user information for the selected tokenNextReturns the list of Relayer Accounts available for use in the Policy by the active user
Last updated