> For the complete documentation index, see [llms.txt](https://docs.vccpool.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vccpool.com/openapi-docs/reference/api-reference.md).

# API Reference

Gateway Url：<https://matewalker.com/api>

## Authorization

1. Token Issuance: After the application is approved, the system will send a token to the user.
2. Request Authorization: For each subsequent request, the client sends this token in the Authorization header as Authorization: Bearer \<token>.
3. Token Verification: The server verifies the token, checking its validity and permissions.
4. Resource Access: If the token is valid, the server processes the request and provides access to the resource.
